
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,textarea,div,tr,td,p{margin:0;padding:0; list-style:none;}
body{ position:relative;font-family:'Noto Sans SC',Arial, Helvetica, sans-serif;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
background: #F5F5F5}
a{  text-decoration:none !important}

table{border-collapse:collapse;border-spacing:0;}
img{ border:none;max-width: 100%;}
.C{ clear:both}
.clearfix:after { content:'\20'; display:block; height:0; clear:both; }
.clearfix { *zoom:1;}
.left{float:left}
.right{ float:right}
img{
    transition: all 0.3s;
}
*{
    box-sizing: border-box;
}
a:hover{
    color: #A8070F;
}
.chazhao_input input:focus,.congye_pop_sousuo_input input:focus
,.vip-box input:focus{
    border-color: #A8070F;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline:none;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
    color: #E61820 !important;
}
body,html{
    min-width: 1200px;
    overflow-x: hidden;
}
@media screen and (max-width: 768px){
    body,html{
        min-width: 100%;
        overflow-x: hidden;
    }
}